Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: 웹뷰 사용성 개선 #260

Merged
merged 2 commits into from
Aug 9, 2023
Merged

style: 웹뷰 사용성 개선 #260

merged 2 commits into from
Aug 9, 2023

Conversation

ww8007
Copy link
Member

@ww8007 ww8007 commented Aug 9, 2023

📌 개요 (필수)

  1. 사용자 꾹 눌러도 웹뷰같이 느껴지지 않도록 수정

🔨 작업 사항 (필수)

  • 추가 또는 변경된 내용을 적어주세요.

  • GlobalStyle에 다음 내용 반영

        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;

⚡️ 관심 리뷰 (선택)

  • 특별히 확인 받고 싶은 내용을 적어주세요.

🌱 연관 내용 (선택)

  • 관련 있는 내용, 또는 앞으로 고려할 내용을 적어주세요.

@ww8007 ww8007 added the 🎨 Style 스타일 관련 label Aug 9, 2023
@ww8007 ww8007 self-assigned this Aug 9, 2023
@vercel
Copy link

vercel bot commented Aug 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
pickly-frontend ✅ Ready (Inspect) Visit Preview Aug 9, 2023 4:50am

@ww8007 ww8007 merged commit d3c6df7 into develop Aug 9, 2023
2 checks passed
@ww8007 ww8007 deleted the style/#259/webview-style branch August 9, 2023 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Style 스타일 관련
Projects
Development

Successfully merging this pull request may close these issues.

[STYLE]: webview 사용성 개선
1 participant